From: Glenn Morris Date: Wed, 11 May 2011 16:34:15 +0000 (-0700) Subject: * lisp/term/w32console.el (get-screen-color): Declare. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3853 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5cf36e5fae3999e58f97ced280ee2fab6881a5ac;p=emacs.git * lisp/term/w32console.el (get-screen-color): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91c0ea4e258..8c37a8f5ed3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-11 Glenn Morris + * term/w32console.el (get-screen-color): Declare. + * emacs-lisp/bytecomp.el (byte-compile-arglist-warn): Handle symbol elements of byte-compile-initial-macro-environment. diff --git a/lisp/term/w32console.el b/lisp/term/w32console.el index 8bfde0bae10..cd5aed31982 100644 --- a/lisp/term/w32console.el +++ b/lisp/term/w32console.el @@ -46,6 +46,7 @@ "A list of VGA console colors, their indices and 16-bit RGB values.") (declare-function x-setup-function-keys "term/common-win" (frame)) +(declare-function get-screen-color "w32console.c" ()) (defun terminal-init-w32console () "Terminal initialization function for w32 console."